korlibs
Toggle table of contents
6.1.0-SNAPSHOT
js
Target filter
js
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
[root]
Package-level
declarations
Types
Functions
Types
Js
Array
Link copied to clipboard
js
external
class
JsArray
<
T
>
Js
Map
Link copied to clipboard
js
external
class
JsMap
Js
Weak
Map
Link copied to clipboard
js
external
class
JsWeakMap
Functions
get
Link copied to clipboard
js
inline operator
fun
<
T
>
JsArray
<
T
>
.
get
(
index
:
Int
)
:
T
set
Link copied to clipboard
js
inline operator
fun
<
T
>
JsArray
<
T
>
.
set
(
index
:
Int
,
value
:
T
)